-
-
Notifications
You must be signed in to change notification settings - Fork 214
Add entropy source for Nano RP2040 Connect #445
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
837c432
to
083c036
Compare
Memory usage change @ 083c036
Click for full report table
Click for full report CSV
|
I don't have Nano RP2040 Connect so I ported the change to RPi Pico and gave it a test. The signing function now instead of just returning an error code like when I use a stub RNG function, happily accepts the random number generated from drbg, which was seeded by entropy API, which takes data from my NV seed API implementation. So I guess I'll call this a pass? Also could you please also add this change to Pico? |
083c036
to
25da6c4
Compare
Fixes #437 in RP2040 based boards
@dogtopus may you give it a spin?